-
Notifications
You must be signed in to change notification settings - Fork 83
ITEP-82981: Add Smart Traffic Agent #1491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ITEP-82981: Add Smart Traffic Agent #1491
Conversation
|
Does it also contain the updates for removing gamification, or is it just bringing the previous code to the repo? |
yes, removed gamification. Retaining default weather. This follows older way of deployment. |
metro-ai-suite/smart-traffic-intersection-agent/src/traffic-intelligence/Dockerfile
Outdated
Show resolved
Hide resolved
metro-ai-suite/smart-traffic-intersection-agent/src/traffic-intelligence/pyproject.toml
Outdated
Show resolved
Hide resolved
@sarthakdeva-intel Is it possible to have one separate commit capturing only the removal of the gamification part? |
metro-ai-suite/smart-traffic-intersection-agent/src/traffic-intelligence/Dockerfile
Outdated
Show resolved
Hide resolved
Signed-off-by: Deva, Sarthak <sarthak.deva@intel.com>
Signed-off-by: Deva, Sarthak <sarthak.deva@intel.com>
846679d to
7cd43d8
Compare
Signed-off-by: Deva, Sarthak <sarthak.deva@intel.com>
metro-ai-suite/smart-traffic-intersection-agent/docs/user-guide/api-docs/openapi.yaml
Show resolved
Hide resolved
metro-ai-suite/smart-traffic-intersection-agent/src/traffic-intelligence/Dockerfile
Outdated
Show resolved
Hide resolved
metro-ai-suite/smart-traffic-intersection-agent/src/traffic-intelligence/docker-entrypoint.sh
Outdated
Show resolved
Hide resolved
metro-ai-suite/smart-traffic-intersection-agent/src/traffic-intelligence/ui/config.py
Outdated
Show resolved
Hide resolved
Signed-off-by: Krishna Murti <krishna.murti@intel.com>
- Used pip to install pinned version of uv - Updated uv command to install dependencies using pyproject and lock file - Removed un-necessary lines Signed-off-by: Krishna Murti <krishna.murti@intel.com>
madhuri-rai07
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All remaining comments to be resolved in separate PR, hence approving
|
The conversations must be resolved for the merge to happen. Request to do that post creating necessary tickets and proceed with merge. |
metro-ai-suite/smart-traffic-intersection-agent/docker/compose.yaml
Outdated
Show resolved
Hide resolved
metro-ai-suite/smart-traffic-intersection-agent/docker/compose.yaml
Outdated
Show resolved
Hide resolved
metro-ai-suite/smart-traffic-intersection-agent/docker/compose.yaml
Outdated
Show resolved
Hide resolved
metro-ai-suite/smart-traffic-intersection-agent/docs/user-guide/api-docs/openapi.yaml
Show resolved
Hide resolved
metro-ai-suite/smart-traffic-intersection-agent/docs/user-guide/get-started.md
Show resolved
Hide resolved
metro-ai-suite/smart-traffic-intersection-agent/src/config/traffic_intelligence.json
Show resolved
Hide resolved
- Putting source code in src/ instead of src/traffic-intelligence for uniformity with other applications Signed-off-by: Krishna Murti <krishna.murti@intel.com>
- Moved gitignore one level up to the root of application - Added edge-ai-suites and some other files/dir to gitignore - Added venv and some other files/dirs to dockerignore - Updated version for vlm-openvino-serving image to 1.3.1 - Removed explicit container names as they cause conflicts in dev envs Signed-off-by: Krishna Murti <krishna.murti@intel.com>
Description
This PR adds the initial code for smart intersection agent.
Fixes # (issue)
Any Newly Introduced Dependencies
Please describe any newly introduced 3rd party dependencies in this change. List their name, license information and how they are used in the project.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: